From 619bd87eec07852b5559922be2291a1e1e4ce141 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 24 Oct 2002 08:18:10 +0000 Subject: [PATCH] (outline-minor-mode): Add customization group. Patch from Matthew Swift . --- lisp/textmodes/outline.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/outline.el b/lisp/textmodes/outline.el index 4346c0eddf2..e3bff3a174e 100644 --- a/lisp/textmodes/outline.el +++ b/lisp/textmodes/outline.el @@ -270,6 +270,7 @@ With arg, turn Outline minor mode on if arg is positive, off otherwise. See the command `outline-mode' for more information on this mode." nil " Outl" (list (cons [menu-bar] outline-minor-mode-menu-bar-map) (cons outline-minor-mode-prefix outline-mode-prefix-map)) + :group 'outlines (if outline-minor-mode (progn ;; Turn off this mode if we change major modes. -- 2.30.2